home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 May / Macworld (1999-05).dmg / Shareware World / Comms & Internet / Net.Dreams Remote Mail 1.0 / RM-Plain / login.remotemail < prev    next >
Text File  |  1999-01-17  |  2KB  |  56 lines

  1. <html>
  2.     <head>
  3.         <title>Remote Mail Login</title>
  4.     </head>
  5.     <body bgcolor="#e0e0f0">
  6.     
  7. <center><h2>Remote EMail Login</h2></center>
  8.  
  9. <form action="mailbox.remotemail$[xid]" method=post>
  10. <table bgcolor="#f0e0e0">
  11. <tr>
  12.     <th align=right>POP Host Name</th>
  13.     <td align=left><input type=text name="new_mailhost" size=50></td>
  14. </tr>
  15. <tr>
  16.     <th align=right>POP Login Name</th>
  17.     <td align=left><input type=text name="new_user" size=50></td>
  18. </tr>
  19. <tr>
  20.     <th align=right>Password</th>
  21.     <td align=left><input type=password name="new_password" size=50></td>
  22. </tr>
  23. <tr>
  24.     <th align=right>Return Address</th>
  25.     <td align=left><input type=text name="new_return_address" size=50></td>
  26. </tr>
  27.  
  28. <!-- If new_return_host is present, then the return addres is created from the login name
  29.      and the the new_return_host value.  You might allow the user to fill this in himself,
  30.      or even present a <select> list of the possible values.
  31.      
  32.     <tr>
  33.         <th align=right>Return Host</th>
  34.         <td align=left><input type=text name="new_return_host" size=50></td>
  35.     </tr>
  36.     
  37.     If you are using an EIMS server and have allow-foreign-servers turned off, you can just
  38.     tell Remote Mail to figure out the return address for itself.
  39.     <input type=hidden name="new_return_algorithm" value="EIMS">
  40.     
  41.     If there is no return-algorithm, return-host, or return-address, the return address
  42.     is computed from the login name and the pop host address.  (eg: new_username@new_mailhost).
  43. -->
  44.  
  45. <tr>
  46.     <td colspan=2>
  47.     <input type=submit value="Log In"> <input type=Reset value="Clear">
  48.     </td>
  49. </tr>
  50. </table>
  51. </form>
  52.  
  53.  
  54.     </body>
  55. </html>
  56.